Help > Reference > Macros > Runtime object > Progress method

Progress method

Calling this method will update the progress window to show the given text.

Member of

Runtime

Type

Sub(Text)

Parameters

Example

For Each Document in App.ActiveTab.FetchAll
  Progress "Processing document " & Document.AbsoluteFilename
Next

See Also

Macro Object Model

Runtime